home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / instin02 / 00162.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  493 b   |  17 lines

  1. on exitFrame
  2.   global locVList, locHList, opponentVList, opponentHList, stillInBusiness, gCommunicationCheck, gPuppList, gHost, gOppstillInBusiness
  3.   set stillInBusiness to 1
  4.   set gOppstillInBusiness to 1
  5.   set gPuppList to [3]
  6.   puppetSprite(42, 1)
  7.   puppetSprite(45, 1)
  8.   puppetSprite(48, 1)
  9.   set the trails of sprite 45 to 1
  10.   set the moveableSprite of sprite 42 to 1
  11.   if gHost = 1 then
  12.     makeSlumpList()
  13.   end if
  14.   set the locV of sprite 45 to the locV of sprite 45 + 200
  15.   go(2)
  16. end
  17.